home *** CD-ROM | disk | FTP | other *** search
- object RepForm: TRepForm
- Left = 340
- Top = 124
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsDialog
- Caption = 'Die Nachricht geben'
- ClientHeight = 210
- ClientWidth = 436
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnActivate = FormActivate
- PixelsPerInch = 96
- TextHeight = 13
- object RadioGroup1: TRadioGroup
- Left = 2
- Top = 2
- Width = 431
- Height = 57
- Caption = 'Medlung des Wertes'
- ItemIndex = 1
- Items.Strings = (
- 'Messung allen noch einmal'
- 'Benutzen die gemesste Werte')
- TabOrder = 0
- end
- object RadioGroup2: TRadioGroup
- Left = 2
- Top = 60
- Width = 431
- Height = 57
- Caption = 'Ausgehende Format'
- ItemIndex = 1
- Items.Strings = (
- 'Txt Datei'
- 'html Datei')
- TabOrder = 1
- OnClick = RadioGroup2Click
- end
- object GroupBox1: TGroupBox
- Left = 2
- Top = 118
- Width = 431
- Height = 59
- Caption = 'HTML Einstellung'
- TabOrder = 2
- object Label1: TLabel
- Left = 8
- Top = 16
- Width = 180
- Height = 13
- Caption = 'benutzen eigene kaskadische Styl (css)'
- end
- object Edit1: TEdit
- Left = 8
- Top = 32
- Width = 415
- Height = 21
- TabOrder = 0
- Text = 'http://'
- end
- end
- object Button3: TButton
- Left = 358
- Top = 182
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'stornieren'
- ModalResult = 2
- TabOrder = 3
- end
- object Button4: TButton
- Left = 224
- Top = 182
- Width = 129
- Height = 25
- Caption = '&Die Nachricht speichern.'
- Default = True
- ModalResult = 1
- TabOrder = 4
- OnClick = Button4Click
- end
- object Button2: TButton
- Left = 96
- Top = 182
- Width = 123
- Height = 25
- Caption = 'Mit dem e-mail schicken'
- ModalResult = 6
- TabOrder = 5
- OnClick = Button2Click
- end
- object SaveDialog1: TSaveDialog
- DefaultExt = '*.txt'
- Filter = 'Text files (*.txt)|*.txt|Html files (*.html)|*.html;*.htm'
- Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofEnableSizing]
- Title = 'Die Nachricht speicher als'
- Left = 2
- Top = 178
- end
- end
-